home *** CD-ROM | disk | FTP | other *** search
-
- This is an AOL Instant Messenger for Amiga.
-
- Features:
- --------
-
- - Commodity
- - AppIcon
- - Say support
- - ARexx
- - GadTools GUI
- - Font sensitive
- - Resizeable
- - Localized
- - Options stored in ToolTypes
-
-
- Start it from wb, please!
-
- You can edit the options from the program or via tooltypes.
-
- Options:
- -------
-
- CX_POPUP=YES|NO | open when start?
- CX_POPKEY=ctrl alt g | pop-up key
- CX_PRIORITY=0 | program priority
- POPUP_ON_IN_IM=YES|NO | pop-up window on incoming IMs
- SOUND=YES|NO | sampled sound enabled?
- SAY_OPEN=YES|NO | say when window is opened?
- SAY_CLOSE=YES|NO | say when window is closed?
- SAY_OUT_IM=NO|YES | say outgoing IMs?
- SAY_SYS=NO|YES | say system messages?
- SAY_IN_IM=YES|NO | say incoming IMs?
-
- You have to use an editor for edit the user and buddy data:
-
- gegaIM.user:
- -----------
- your screenname | register on www.aol.com/aim
- your e-mail address |
- your password | encoded on 1st start
-
- gegaIM.buddylist:
- ----------------
- Buddy1 ScreenName | buddy's screenname
- Buddy1 e-mail address | buddy's e-mail address
- Buddy1 language | buddy's language
- ----------------- | separator line between buddies
- Buddy2 ScreenName |
- Buddy2 e-mail address |
- Buddy2 language |
- ...
-
-
- Supported ARexx commands:
- ------------------------
-
- ADDBUDDY NAME/K [EMAIL/K] [LANG/K]
- MODBUDDY NAME/K EMAIL/K | LANG/K
- REMBUDDY NAME/K
- ADDLINE LINE/K [BUDDY/K] [ACTIVE/S]
- CLEAR
- HIDE
- SHOW
- PLAYSOUND [TYPE/N]
- 0 - inmsg
- 1 - outmsg
- 2 - error
- 3 - buddy in
- 4 - buddy out
- 5 - online
- 6 - offline
- QUIT
- SENDIM BUDDY/K IM/K
- SIGNON [NAME/K PASSWORD/K] [CONFIG/S]
- SIGNOFF
- SAVELOG [FILE/K]
-
-
- Example:
- -------
-
- ---CUT HERE---
- /* test */
-
- ADDRESS GEGAIM
-
- HIDE
-
- SENDIM BUDDY '"Nagy Etelka"' IM '"This is the message. Quota the message!"'
-
- PLAYSOUND TYPE 3
-
- ADDLINE ACTIVE LINE '"Instant Message sent via ARexx"'
-
- SHOW
-
- SIGNOFF
-
- ---CUT HERE---
-
-
-